Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New/xline opeartor #39

Closed
wants to merge 4 commits into from

Conversation

Phoenix500526
Copy link
Contributor

@Phoenix500526 Phoenix500526 commented Nov 24, 2023

Please briefly answer these questions:
Add an e2e test and run it in CI. Base on pr #46

  • what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)

  • what changes does this pull request make?

  • are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)

@Phoenix500526 Phoenix500526 force-pushed the new/xline-opeartor branch 4 times, most recently from e0178cf to b3188f6 Compare November 27, 2023 01:09
@Phoenix500526 Phoenix500526 marked this pull request as ready for review November 27, 2023 01:25
@Phoenix500526 Phoenix500526 force-pushed the new/xline-opeartor branch 3 times, most recently from 5fb732d to 43886a1 Compare December 2, 2023 10:06
@iGxnon iGxnon self-requested a review December 4, 2023 16:05
@iGxnon iGxnon mentioned this pull request Dec 14, 2023
@Phoenix500526 Phoenix500526 force-pushed the new/xline-opeartor branch 4 times, most recently from e196677 to 6830231 Compare December 21, 2023 01:54
@LingKa28 LingKa28 mentioned this pull request Dec 21, 2023
@Phoenix500526 Phoenix500526 force-pushed the new/xline-opeartor branch 2 times, most recently from 1f6a4fb to 3ecc065 Compare December 22, 2023 12:02
.github/workflows/e2e.yml Outdated Show resolved Hide resolved
.github/workflows/e2e.yml Outdated Show resolved Hide resolved
.github/workflows/e2e.yml Outdated Show resolved Hide resolved
@Phoenix500526 Phoenix500526 force-pushed the new/xline-opeartor branch 4 times, most recently from 5161292 to 9a5b7ab Compare January 12, 2024 12:13
@Phoenix500526 Phoenix500526 mentioned this pull request Jan 12, 2024
function test::ci::_chaos() {
size=$1
iters=$2
max_kill=$((size / 2))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be (size - 1) /2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default behavior of integer division is always rounding down.

tests/e2e/cases/manifests/cluster.yaml Show resolved Hide resolved
tests/e2e/e2e.sh Show resolved Hide resolved
tests/e2e/testenv/minikube.sh Show resolved Hide resolved
@iGxnon
Copy link
Collaborator

iGxnon commented Jan 15, 2024

Duplicated with #42

@iGxnon iGxnon closed this Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants